home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 May
/
PCWorld_2007-05_cd.bin
/
v cisle
/
mediaportal
/
Setup.msi
/
_7D70CA33C218362F815E9756880A9F01
/
_FD931FBAB03E437C83FDDD1922400E48
< prev
next >
Wrap
Extensible Markup Language
|
2006-12-20
|
4KB
|
139 lines
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Notes:
1.) The MyMusic FullScreen Visualization Window is NOT a typical MP GUIWindow
but rather a standard Windows control. As such, skin settings don't really
apply. However, this skin file allows us to control how the Now Playing
popup is rendered when in fullscreen visualization mode.
2.) posX and posY values for the "CoverArt Image", "Label 1", "Label 2",
"Label 3", and "Label 4" are relative to the "Now Playing Screen Overlay
Image" position.
3.) nowplayingoverlay alpha controls transparency of the entire control
including the text (the alpha component of textcolor is ignored)
-->
<controls>
<control>
<description>Now Playing Screen Overlay Image</description>
<type>nowplayingoverlay</type>
<id>1</id>
<posX>37</posX>
<posY>26</posY>
<width>533</width>
<height>169</height>
<texture>VisualizationTrackInfo.png</texture>
<alpha>0xff</alpha>
</control>
<control>
<description>CoverArt Image</description>
<type>image</type>
<id>2</id>
<posX>47</posX>
<posY>33</posY>
<width>102</width>
<height>102</height>
<texture>-</texture>
</control>
<control>
<description>Missing CoverArt Image</description>
<type>image</type>
<id>3</id>
<texture>missing_coverart.png</texture>
</control>
<control>
<description>Label 1</description>
<type>label</type>
<id>4</id>
<posX>212</posX>
<posY>33</posY>
<label>#Play.Current.Title</label>
<font>font10</font>
<bold>yes</bold>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Label 2</description>
<type>label</type>
<id>5</id>
<posX>212</posX>
<posY>60</posY>
<label>#Play.Current.Album</label>
<font>font10</font>
<bold>yes</bold>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Label 3</description>
<type>label</type>
<id>6</id>
<posX>212</posX>
<posY>86</posY>
<label>#Play.Current.Year</label>
<bold>yes</bold>
<font>font10</font>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Label 4</description>
<type>label</type>
<id>7</id>
<posX>212</posX>
<posY>113</posY>
<label>#Play.Current.Artist</label>
<bold>yes</bold>
<font>font10</font>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Pause Icon</description>
<type>image</type>
<id>8</id>
<posX>94</posX>
<posY>620</posY>
<width>57</width>
<height>97</height>
<texture>logo_pause.png</texture>
</control>
<control>
<description>Play Icon</description>
<type>image</type>
<id>9</id>
<posX>94</posX>
<posY>620</posY>
<width>68</width>
<height>92</height>
<texture>logo_play.png</texture>
</control>
<control>
<description>FF Icon</description>
<type>image</type>
<id>10</id>
<posX>94</posX>
<posY>620</posY>
<width>98</width>
<height>92</height>
<texture>logo_fastforward.png</texture>
</control>
<control>
<description>Rew Icon</description>
<type>image</type>
<id>11</id>
<posX>94</posX>
<posY>620</posY>
<width>98</width>
<height>92</height>
<texture>logo_rewind.png</texture>
</control>
<control>
<description>Stop Icon</description>
<type>image</type>
<id>12</id>
<posX>94</posX>
<posY>620</posY>
<width>86</width>
<height>86</height>
<texture>logo_stop.png</texture>
</control>
</controls>